- Home
·
- Math/Dates
·
- forcing VB to manipulate large numbers....in this case we want to perform: (88^13) MOD 187
forcing VB to manipulate large numbers....in this case we want to perform: (88^13) MOD 187
forcing VB to manipulate large numbers....in this case we want to perform: (88^13) MOD 187
Rate forcing VB to manipulate large numbers....in this case we want to perform: (88^13) MOD 187
(1(1 Vote))
Dim lngHandle
lngHandle = Shell("calc.exe", 1)
AppActivate lngHandle
SendKeys "88" & "{y}", True
SendKeys "13", True
SendKeys "{%}", True
SendKeys "187", True
SendKeys "=", True
SendKeys "%E", True
SendKeys "C", True
SendKeys "%{F4}", True
MsgBox Clipboard.GetText
End Sub
forcing VB to manipulate large numbers....in this case we want to perform: (88^13) MOD 187 Comments
No comments yet — be the first to post one!
Post a Comment